gtk4.git
2018-03-07 Matthias ClasenUse gio-querymodules
2018-03-07 Matthias ClasenMake debug messages work earlier
2018-03-06 Alexandre FrankeUpdate French translation
2018-03-06 Timm Bäderentry: Fix invisible cursors
2018-03-06 Timm BäderGdkSelectionInputStreamX11: Plug a memory leak
2018-03-06 Timm BäderGdkSelectionOutputStreamX11: Plug a memory leak
2018-03-06 Timm Bäderexpander: fix sizes in resize_toplevel
2018-03-06 Timm Bäderviewport: Remove priv pointer
2018-03-05 Timm Bäderexpander: Attach the gesture to the title widget
2018-03-04 Rūdolfs MazursUpdate Latvian translation
2018-03-04 Rūdolfs MazursUpdate Latvian translation
2018-03-04 Timm Bäderoverlay: Make forall() remove-safe
2018-03-04 Timm Bäderoverlay: Fix GSlide/g_free mixup
2018-03-04 Timm Bäderoverlay: Fix remove implementation
2018-03-04 Timm Bäderimcontextxim: Move initialisation into _init function
2018-03-04 Benjamin OtteMerge branch 'set-client-widget-nullable' into 'master'
2018-03-04 Timm Bädergskpango: Don't create text nodes for clipped text
2018-03-04 Timm Bäderrendernodes: Add gsk_text_node_new_with_bounds
2018-03-04 Timm Bäderrendernodes: Add missing nullable annotation
2018-03-04 Timm Bädergl renderer: Limit texture node size to clip
2018-03-04 Timm Bäderoverlay: Remove child list
2018-03-04 Timm Bäderoverlay: Remove priv pointer
2018-03-04 Timm Bäderglglyphcache: Pass lookup key to g_hash_table_lookup...
2018-03-04 Timm Bäderoverlay: Fix coordinates in child_update_style_classes
2018-03-04 Timm Bäderoverlay: Don't chain up in size_allocate
2018-03-04 Timm Bäderentry: Remove priv pointer
2018-03-04 Timm Bädercontainer: Remove unused struct member
2018-03-04 Timm Bädertestsuite: Remove GL text test case
2018-03-04 Timm Bäderlabel: Simplify ensure_layout()
2018-03-04 Christoph Reitergtkimcontextxim: fix gtk_im_context_xim_set_client_widg...
2018-03-04 Christoph ReiterMerge branch 'gi-a11y' into 'master'
2018-03-04 Christoph ReiterMerge branch 'include-gtkstackaccessible' into 'master'
2018-03-03 Tomasz MiąskoInclude gtk/gtk-a11y.h in introspection file.
2018-03-03 Tomasz Miąskoa11y: Include gtkstackaccessible.h in gtk-a11y.h
2018-03-02 Bruce CowanUpdate British English translation
2018-03-02 Piotr DrągUpdate POTFILES.skip
2018-03-02 Piotr DrągUpdate POTFILES.skip
2018-03-02 Benjamin Ottegtk: Remove unused header files in gtk/ui/
2018-03-02 Benjamin Otteentry: Remove cursor adjustment APIs
2018-03-02 Benjamin Ottecss: Parse hex colors with alpha value
2018-03-01 Piotr DrągUpdate POTFILES.in
2018-03-01 Christoph ReiterMerge branch 'quartz-missing-config-include-gtk4' into...
2018-03-01 Christoph Reitermacos: export gdk_quartz_drag_source_context()
2018-03-01 Emmanuele Bassici: Store the logs on build failure
2018-03-01 Emmanuele Bassici: Update the configuration options
2018-03-01 Emmanuele Bassixim: Use NULL-safe string comparison
2018-03-01 Matthias ClasenMerge branch 'wip/matthiasc/immodule-cleanup' into...
2018-02-28 Timm Bäderentry: Simplify cursor management
2018-02-27 Christoph Reitermacos: Fix gdk_quartz_drag_context_get_dragging_info_li...
2018-02-27 Patrick Griffisbuild: Error if no backends enabled
2018-02-27 Timm Bädergl: Make blur nodes with radius ∈ ]0; 1[
2018-02-27 Timm Bädergsk: Increase blur node bounds by blur radius
2018-02-27 Timm Bädertests: Add testblur
2018-02-27 Timm Bäderscale: Remove priv pointer
2018-02-27 Timm Bäderemojichooser: Only measure reference emoji once
2018-02-27 Timm Bäderentry: Add motion controller
2018-02-27 Timm Bäderspinbutton: Fold function into only caller
2018-02-27 Timm Bäderspinbutton: Remove unused macro
2018-02-26 Timm Bädercheckbutton: Don't reorder non-existent indicator widget
2018-02-26 Timm Bäderentry: Check gdk_event_get_coords return value
2018-02-26 Timm Bäderentry: Allocate icons at full height
2018-02-26 Timm Bäderwidget: Simplify set_style_context
2018-02-25 Timm Bäderbutton: Remove priv pointer
2018-02-25 Timm Bäderfilechooserwidget: Make the location entry hexpand
2018-02-25 Timm Bädertextview: Use content size when validating contents
2018-02-25 Timm Bädercontentsformat: Avoid a GPtrArray
2018-02-25 Timm Bäderwidget: Remove some unneeded prototypes
2018-02-25 Matthias Clasenfix the build
2018-02-25 Matthias ClasenUpdate docs for changed options
2018-02-25 Matthias ClasenUpdate docs for immodules
2018-02-25 Matthias ClasenAlways include platform immodules
2018-02-25 Matthias ClasenConvert immodules to use an extension point
2018-02-25 Matthias ClasenDon't mention papi in options docs
2018-02-25 Matthias ClasenAdd some debug output to print backend loading
2018-02-25 Matthias ClasenREADME.md: Minor updates
2018-02-23 Timm Bäderwidget: Don't export propagate_hierarchy_changed
2018-02-23 Timm Bäderwidget: Simplify _set_name
2018-02-23 Timm Bäderbutton: Remove ::event handler
2018-02-23 Timm Bäderwidget: Correct translate_coordinate documentation
2018-02-23 GNOME Translation... Update Scottish Gaelic translation
2018-02-23 GNOME Translation... Update Scottish Gaelic translation
2018-02-23 Timm BäderMerge branch 'text-view-measure' into 'master'
2018-02-23 Benjamin Ottevulkan: Don't quiet the compiler
2018-02-23 Benjamin Ottevulkan: Add error strings for missing VkResults
2018-02-23 Timm Bäderplacessidebar: Don't create a GtkWindow for drag icons
2018-02-23 Timm Bäderrange: Fix typo in allocate_trough
2018-02-23 Timm Bäderwidget: Improve warning for negative size_allocate...
2018-02-23 Timm Bäderrange: Fix coord/value translation
2018-02-23 Timm Bäderrange: Compute slider allocation in update_initial_slid...
2018-02-23 Timm Bäderrange: Remove GtkScale special casing
2018-02-23 Timm Bäderrange: Simplify allocate_trough
2018-02-23 Timm Bäderrange: Simplify compute_slider_position
2018-02-23 Timm Bäderrange: Fix coordinates in coord_to_value
2018-02-23 Timm Bäderrange: Remove some unneeded includes
2018-02-23 Timm Bäderrange: Remove priv pointer
2018-02-23 Timm Bäderrange: Stop tracking mouse position
2018-02-23 Timm Bäderrange: Stop tracking mouse location
2018-02-23 Timm Bäderrange: Don't call calc_slider() on value changes
2018-02-23 Timm Bäderrange: Remove unnecessary queue_draw calls
2018-02-23 Timm Bäderrange: Remove scale special case
next